bitkeeper revision 1.1159.1.304 (41821ac2unoY7GxVa-GPd0Ze7JJskw)
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Fri, 29 Oct 2004 10:26:10 +0000 (10:26 +0000)
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>
Fri, 29 Oct 2004 10:26:10 +0000 (10:26 +0000)
Linux 2.6 now always uses writable page tables. Remove the kernel
configurator option to disable their use.

linux-2.6.9-xen-sparse/arch/xen/Kconfig

index 57e3ebaf95ecf4e3119a7e4e2777aad9602bd8ec..a9675229ae5c64d96fc74576e76939fd5d3fa019 100644 (file)
@@ -95,10 +95,8 @@ config XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER
 endif
 
 config XEN_WRITABLE_PAGETABLES
-       bool "Use writable pagetables"
-       default n
-       help
-         Use writable L1 pagetables
+       bool
+       default y
 
 config XEN_SCRUB_PAGES
         bool "Scrub memory before freeing it to Xen"